Skip to main content

Get All Contacts

AutomatR.FreshDesk.Activities.GetAllContacts

The "Get All Contacts" activity in AutomatR is part of the Freshdesk activities package, providing the ability to retrieve a list of all contacts in a Freshdesk user's account. This activity enhances automation workflows by accessing comprehensive information about contacts within Freshdesk.

Properties

NameDescription
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Get All Agents" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
ResultOutputs the response of the "Get All Contacts" operation, providing detailed information about all contacts. Variables of relevant types (e.g., dynamic variables) to store the operation result.

How to use:

  1. Drag and drop the "Get All Contacts" activity onto the workflow.
  2. Optionally, configure the delay.
  3. Execute the workflow to retrieve the list of all contacts in the Freshdesk user's account.

Example: Consider an example where the "Get All Contacts" activity is used to fetch the list of all contacts in the Freshdesk account:

Get All Contacts:
Delay: 0
Result: contactsList

In this example, the activity fetches the list of all contacts in the Freshdesk account. The response, containing detailed information about each contact, is stored in the dynamic variable "contactsList" for further handling in the workflow.